small doc fixes
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 25 Apr 2006 02:12:21 +0000 (02:12 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 25 Apr 2006 02:12:21 +0000 (02:12 +0000)
ChangeLog
ChangeLog.pre-2-10
gtk/gtkfontbutton.c

index d5c87d77da3663f7a64fffae21162b7355db61ac..2a9fac02c06f744bda30267a1f2108546c46443c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
 2006-04-24  Matthias Clasen  <mclasen@redhat.com>
+       
+       * gtk/gtkfontbutton.c: Small doc fixes.
 
        * gtk/gtkprintunixdialog.h: 
        * gtk/gtkpagesetupunixdialog.h: Fix includes (#338665)
index d5c87d77da3663f7a64fffae21162b7355db61ac..2a9fac02c06f744bda30267a1f2108546c46443c 100644 (file)
@@ -1,4 +1,6 @@
 2006-04-24  Matthias Clasen  <mclasen@redhat.com>
+       
+       * gtk/gtkfontbutton.c: Small doc fixes.
 
        * gtk/gtkprintunixdialog.h: 
        * gtk/gtkpagesetupunixdialog.h: Fix includes (#338665)
index 9f8a11bdb9a19bd32f7b0a106c3606091d7f5596..91f05d23f141a08fd1b39f6048442f352eca8a09 100644 (file)
@@ -197,7 +197,8 @@ gtk_font_button_class_init (GtkFontButtonClass *klass)
   /**
    * GtkFontButton:use-font:
    * 
-   * If this property is set to %TRUE, the label will be drawn in the selected font.
+   * If this property is set to %TRUE, the label will be drawn 
+   * in the selected font.
    *
    * Since: 2.4
    */
@@ -212,7 +213,8 @@ gtk_font_button_class_init (GtkFontButtonClass *klass)
   /**
    * GtkFontButton:use-size:
    * 
-   * If this property is set to %TRUE, the label will be drawn with the selected font size.
+   * If this property is set to %TRUE, the label will be drawn 
+   * with the selected font size.
    *
    * Since: 2.4
    */
@@ -227,8 +229,9 @@ gtk_font_button_class_init (GtkFontButtonClass *klass)
   /**
    * GtkFontButton:show-style:
    * 
-   * If this property is set to %TRUE, the name of the selected font style will be shown in the label. For
-   * a more WYSIWIG way to show the selected style, see the ::use-font property. 
+   * If this property is set to %TRUE, the name of the selected font style 
+   * will be shown in the label. For a more WYSIWYG way to show the selected 
+   * style, see the ::use-font property. 
    *
    * Since: 2.4
    */
@@ -242,8 +245,9 @@ gtk_font_button_class_init (GtkFontButtonClass *klass)
   /**
    * GtkFontButton:show-size:
    * 
-   * If this property is set to %TRUE, the selected font size will be shown in the label. For
-   * a more WYSIWIG way to show the selected size, see the ::use-size property. 
+   * If this property is set to %TRUE, the selected font size will be shown 
+   * in the label. For a more WYSIWYG way to show the selected size, see the 
+   * ::use-size property. 
    *
    * Since: 2.4
    */
@@ -259,8 +263,9 @@ gtk_font_button_class_init (GtkFontButtonClass *klass)
    * GtkFontButton::font-set:
    * @widget: the object which received the signal.
    * 
-   * The ::font-set signal is emitted when the user selects a font. When handling this signal,
-   * use gtk_font_button_get_font_name() to find out which font was just selected.
+   * The ::font-set signal is emitted when the user selects a font. When 
+   * handling this signal, use gtk_font_button_get_font_name() to find out
+   * which font was just selected.
    *
    * Since: 2.4
    */